Learning OpenCL programming

This post is to record the steps how I run my first “Hello World” OpenCL C++ program. To make things easier, I created this, OpenCL.zip, OpenCL library and C/C++ header files. Create a Visual Studio C++ project The following code is to add two 2^25 array altogether using GPU: #include <iostream> #include <vector> #include <string> using … Continue reading Learning OpenCL programming